home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
res
/
description
/
VPscenemotionblur.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
348b
|
17 lines
#ifndef _VPscenemotionblur_H_
#define _VPscenemotionblur_H_
enum
{
VP_SMBSUB = 1000,
VP_SMBSUB_5 = 0,
VP_SMBSUB_9 = 1,
VP_SMBSUB_16 = 2,
VP_SMBSUB_25 = 3,
VP_SMBSTRENGTH = 1001,
VP_SMBDITHER = 1002,
VP_SMBAARESTRICTION = 1003,
VP_SMBCAMERAOFFSET = 1004
};
#endif